178 research outputs found

    Secrecy in Untrusted Networks

    No full text
    We investigate the protection of migrating agents against the untrusted sites they traverse. The resulting calculus provides a formal framework to reason about protection policies and security protocols over distributed, mobile infrastructures, and aims to stand to ambients as the spi calculus stands to ?. We present a type system that separates trusted and untrusted data and code, while allowing safe interactions with untrusted sites. We prove that the type system enforces a privacy property, and show the expressiveness of the calculus via examples and an encoding of the spi calculus

    Name-passing calculi and crypto-primitives: A survey

    No full text
    The paper surveys the literature on high-level name-passing process calculi, and their extensions with cryptographic primitives. The survey is by no means exhaustive, for essentially two reasons. First, in trying to provide a coherent presentation of different ideas and techniques, one inevitably ends up leaving out the approaches that do not fit the intended roadmap. Secondly, the literature on the subject has been growing at very high rate over the years. As a consequence, we decided to concentrate on few papers that introduce the main ideas, in the hope that discussing them in some detail will provide sufficient insight for further reading

    Feasibility of laparoscopic portal vein ligation prior to major hepatectomy

    Get PDF
    AbstractBackground. Patients noted to have an inadequate future liver remnant on pre operative volumetric assessment are considered to be candidates for portal vein embolization (PVE). A subset of patients undergo laparoscopic intervention prior to PVE for staging purposes or to address the primary in Stage IV colon cancer. These patients usually undergo PVE as a subsequent additional procedure by the transhepatic route. The aim of this study was to assess the feasibility of portal vein ligation by the laparoscopic approach in suitable patients. Materials and methods. A retrospective review of a prospectively maintained database was performed to identify patients that underwent laparoscopic portal vein ligation (LPVL). The demographic, clinical, radiographic, operative and volumetric details were collected to determine the feasibility of portal vein ligation. Results. A total of nine patients underwent LPVL as part of a two stage procedure in preparation for subsequent major hepatectomy. With a median age of 67 yrs, the diagnoses included: colorectal metastasis (five patients), cholangiocarcinoma (three patients) and hepatocellular carcinoma (one patient). The ligation involved the right portal vein in all and was performed with silk ligature (seven patients) and clips (two patients). Volumetric data was available in six patients which showed a mean increase from 209.1 cc±97.76 to 495.83 cc±310.91 (increase by 181.5%) In two patients, inadequate hypertrophy mandated later embolization by percutaneous technique. Five patients underwent subsequent major hepatic resection as planned. The remaining four patients were noted to have progression of disease that precluded the planned procedure. There were no complications associated with LPVL. Conclusions. LPVL is feasible and can be safely performed. In a select group of patients, it may be considered as an alternative to subsequent embolization and thereby potentially absolve the need for an additional procedure with its attendant complications

    Recovery of gastric function in patients affected by chronic atrophic gastritis using L-cysteine (Acetium®): one year survey in comparison with a control group

    Get PDF
    Background and aim: Chronic Atrophic Gastritis (CAG) is a precancerous condition for gastric cancer (GC) as single risk factor, being a consequence of a previous Helicobacter pylori (Hp) infection or based on autoimmune mechanisms. Achlorhydria plays an important role towards the formation of a class I carcinogen, acetaldehyde, after food intake. L-cysteine has been claimed to be able to bind in a covalent way acetaldehyde when administered at meals. Methods: In this study we enrolled two CAG groups of patients, one treated whit 300 mg/daily of L-cysteine for one year, the other one untreated. We assessed gastric function lasting the one-year follow-up by using noninvasive surrogates, i.e. Pepsinogen I (PGI) and gastrin 17 (G17). Results: In the group of 77 CAG on therapy we found a statistically significant increase in PGI values and a decrease in G17 levels, in comparison with unchanged values in control group. Conclusions: L-cysteine seems able to provide a recovery in gastric function when administered in CAG patients and could be proposed as a possible therapy in such patients. (www.actabiomedica.it)

    Encoding the Factorisation Calculus

    Get PDF
    Jay and Given-Wilson have recently introduced the Factorisation (or SF-) calculus as a minimal fundamental model of intensional computation. It is a combinatory calculus containing a special combinator, F, which is able to examine the internal structure of its first argument. The calculus is significant in that as well as being combinatorially complete it also exhibits the property of structural completeness, i.e. it is able to represent any function on terms definable using pattern matching on arbitrary normal forms. In particular, it admits a term that can decide the structural equality of any two arbitrary normal forms. Since SF-calculus is combinatorially complete, it is clearly at least as powerful as the more familiar and paradigmatic Turing-powerful computational models of Lambda Calculus and Combinatory Logic. Its relationship to these models in the converse direction is less obvious, however. Jay and Given-Wilson have suggested that SF-calculus is strictly more powerful than the aforementioned models, but a detailed study of the connections between these models is yet to be undertaken. This paper begins to bridge that gap by presenting a faithful encoding of the Factorisation Calculus into the Lambda Calculus preserving both reduction and strong normalisation. The existence of such an encoding is a new result. It also suggests that there is, in some sense, an equivalence between the former model and the latter. We discuss to what extent our result constitutes an equivalence by considering it in the context of some previously defined frameworks for comparing computational power and expressiveness

    Event structures for the reversible early internal pi-calculus

    Get PDF
    The pi-calculus is a widely used process calculus, which models com-munications between processes and allows the passing of communication links.Various operational semantics of the pi-calculus have been proposed, which canbe classified according to whether transitions are unlabelled (so-called reductions)or labelled. With labelled transitions, we can distinguish early and late semantics.The early version allows a process to receive names it already knows from the en-vironment, while the late semantics and reduction semantics do not. All existingreversible versions of the pi-calculus use reduction or late semantics, despite theearly semantics of the (forward-only) pi-calculus being more widely used than thelate. We define piIH, the first reversible early pi-calculus, and give it a denotationalsemantics in terms of reversible bundle event structures. The new calculus is a re-versible form of the internal pi-calculus, which is a subset of the pi-calculus whereevery link sent by an output is private, yielding greater symmetry between inputsand outputs

    Probabilistic Bisimulation: Naturally on Distributions

    Full text link
    In contrast to the usual understanding of probabilistic systems as stochastic processes, recently these systems have also been regarded as transformers of probabilities. In this paper, we give a natural definition of strong bisimulation for probabilistic systems corresponding to this view that treats probability distributions as first-class citizens. Our definition applies in the same way to discrete systems as well as to systems with uncountable state and action spaces. Several examples demonstrate that our definition refines the understanding of behavioural equivalences of probabilistic systems. In particular, it solves a long-standing open problem concerning the representation of memoryless continuous time by memory-full continuous time. Finally, we give algorithms for computing this bisimulation not only for finite but also for classes of uncountably infinite systems

    Resource Sharing via Capability-Based Multiparty Session Types

    Get PDF
    Multiparty Session Types (MPST) are a type formalism used to model communication protocols among components in distributed systems, by specifying type and direction of data transmitted. It is standard for multiparty session type systems to use access control based on linear or affine types. While useful in offering strong guarantees of communication safety and session fidelity, linearity and affinity run into the well-known problem of inflexible programming, excluding scenarios that make use of shared channels or need to store channels in shared data structures. In this paper, we develop capability-based resource sharing for multiparty session types. In this setting, channels are split into two entities, the channel itself and the capability of using it. This gives rise to a more flexible session type system, which allows channel references to be shared and stored in persistent data structures. We illustrate our type system through a producer-consumer case study. Finally, we prove that the resulting language satisfies type safety

    Event structure semantics of (controlled) reversible CCS

    Get PDF
    CCSK is a reversible form of CCS which is causal, meaning that ac- tions can be reversed if and only if each action caused by them has already been reversed; there is no control on whether or when a computation reverses. We pro- pose an event structure semantics for CCSK. For this purpose we define a cat- egory of reversible bundle event structures, and use the causal subcategory to model CCSK. We then modify CCSK to control the reversibility with a rollback primitive, which reverses a specific action and all actions caused by it. To define the event structure semantics of rollback, we change our reversible bundle event structures by making the conflict relation asymmetric rather than symmetric, and we exploit their capacity for non-causal reversibility

    Comparison of HER2 status in primary and paired metastatic sites of gastric carcinoma

    Get PDF
    Background: Trastuzumab has recently shown efficacy in the treatment of HER2-positive advanced gastric adenocarcinoma. Although antibody-based therapies target the metastatic disease, HER2 status is usually evaluated in the primary tumour because metastatic sites are rarely biopsied. The aim of this study was to compare HER2 status in primary and paired metastatic sites of gastric adenocarcinoma. Methods: The HER2 status was assessed by fluorescence in situ hybridisation (FISH) and immunohistochemistry (IHC) in 72 secondary lesions of gastric adenocarcinoma and in the corresponding primary tumours. Results: Concordance of FISH results, evaluable in 68 primary and matched metastatic sites, was 98.5%. Concordance of IHC results, available in 39 of the 72 paired cases, was 94.9%. Only one case showed discordance between primary tumour and metastasis, being negative by both IHC and FISH in the primary and showing HER2 overexpression and amplification in the corresponding pancreatic lymph node metastasis. Conclusion: The high concordance observed between HER2 results obtained by both IHC and FISH on primary tumours and corresponding metastases suggests that in gastric cancer HER2 status is maintained in most cases unchanged during the metastatic process. Keywords: HER2, gastric cancer, FISH, immunohistochemistr
    corecore